home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200404-01.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  79 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200404-01.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2004 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(14466);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200404-01");
  17.  
  18.  desc = 'The remote host is affected by the vulnerability described in GLSA-200404-01
  19. (Insecure sandbox temporary lockfile vulnerabilities in Portage)
  20.  
  21.  
  22.     A flaw in Portage\'s sandbox wrapper has been found where the temporary
  23.     lockfiles are subject to a hard-link attack which allows linkable files to
  24.     be overwritten to an empty file. This can be used to damage critical files
  25.     on a system causing a Denial of Service, or alternatively this attack may
  26.     be used to cause other security risks; for example firewall configuration
  27.     data could be overwritten without notice.
  28.     The vulnerable sandbox functions have been patched to test for these new
  29.     conditions: namely; for the existance of a hard-link which would be removed
  30.     before the sandbox process would continue, for the existance of a
  31.     world-writable lockfile in which case the sandbox would also remove it, and
  32.     also for any mismatches in the UID ( anything but root ) and the GID (
  33.     anything but the group of the sandbox process ).
  34.     If the vulnerable files cannot be removed by the sandbox, then the sandbox
  35.     would exit with a fatal error warning the adminstrator of the issue. The
  36.     patched functions also fix any other sandbox I/O operations which do not
  37.     explicitly include the mentioned lockfile.
  38.   
  39. Impact
  40.  
  41.     Any user with write access to the /tmp directory can hard-link a file to
  42.     /tmp/sandboxpids.tmp - this file would eventually be replaced with an empty
  43.     one; effectively wiping out the file it was linked to as well with no prior
  44.     warning. This could be used to potentially disable a vital component of the
  45.     system and cause a path for other possible exploits.
  46.     This vulnerability only affects systems that have /tmp on the root
  47.     partition: since symbolic link attacks are filtered, /tmp has to be on the
  48.     same partition for an attack to take place.
  49.   
  50. Workaround
  51.  
  52.     A workaround is not currently known for this issue. All users are advised
  53.     to upgrade to the latest version of the affected package.
  54.   
  55.  
  56. Solution: 
  57.     Users should upgrade to Portage 2.0.50-r3 or later:
  58.     # emerge sync
  59.     # emerge -pv ">=sys-apps/portage-2.0.50-r3"
  60.     # emerge ">=sys-apps/portage-2.0.50-r3"
  61.   
  62.  
  63. Risk Factor : Medium
  64. ';
  65.  script_description(english: desc);
  66.  script_copyright(english: "(C) 2004 Michel Arboi");
  67.  script_name(english: "[GLSA-200404-01] Insecure sandbox temporary lockfile vulnerabilities in Portage");
  68.  script_category(ACT_GATHER_INFO);
  69.  script_family(english: "Gentoo Local Security Checks");
  70.  script_dependencies("ssh_get_info.nasl");
  71.  script_require_keys('Host/Gentoo/qpkg-list');
  72.  script_summary(english: 'Insecure sandbox temporary lockfile vulnerabilities in Portage');
  73.  exit(0);
  74. }
  75.  
  76. include('qpkg.inc');
  77. if (qpkg_check(package: "sys-apps/portage", unaffected: make_list("ge 2.0.50-r3"), vulnerable: make_list("lt 2.0.50-r3")
  78. )) { security_warning(0); exit(0); }
  79.